domain
Class NegatedBasicConcept

java.lang.Object
  extended by domain.GeneralConcept
      extended by domain.NegatedBasicConcept
All Implemented Interfaces:
Including

public class NegatedBasicConcept
extends GeneralConcept


Field Summary
private  BasicConcept b
           
 
Constructor Summary
NegatedBasicConcept(BasicConcept b)
           
 
Method Summary
 BasicConcept getBasicConcept()
           
 void setBasicConcept(BasicConcept b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

b

private BasicConcept b
Constructor Detail

NegatedBasicConcept

public NegatedBasicConcept(BasicConcept b)
Method Detail

getBasicConcept

public BasicConcept getBasicConcept()

setBasicConcept

public void setBasicConcept(BasicConcept b)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object